home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / AppletEx1.wo / AppletEx1.wod < prev    next >
Encoding:
Text File  |  1996-03-08  |  675 b   |  15 lines

  1. // Navigation bar at top of page
  2. NAVLISTEXAMPLE: NavListExample {}; 
  3.  
  4. // The example
  5. APPLET: WOApplet {code="Blink.class"; codebase = "http://java.sun.com/applets/applets/Blink/"; width = 250; height = 50};
  6. PARAM1: WOParam {name = "speed"; value = "4";};
  7. PARAM2: WOParam {name = "lbl"; value = selectedString;};
  8. FORM: WOForm{method = "POST";};
  9. POPUP: WOPopUpButton{list=stringList;item=aString;selection = selectedString;};
  10. TEXTFIELD: WOTextField {value = textFieldValue; };
  11. SUBMIT: WOSubmitButton{value = "Change Text"; action = changeBlinkingText;};
  12.  
  13. // The component that lets you view the source code of the example
  14. SHOWSOURCE: CodeViewer {componentName = "AppletEx1"}; 
  15.